home *** CD-ROM | disk | FTP | other *** search
- /*
- ** LOAD.asrx
- **
- ** $VER: LOAD V1.0.0 (03.04.95)
- **
- ** (c) by MotionStudios
- ** Wildermuthplatz 3
- ** 28211 Bremen
- ** Tel.: 0421/249966
- **
- **
- ** Path = PathName
- ** File = FileName
- */
-
- ADDRESS "ArtStudio"
- OPTIONS RESULTS
-
- PARSE ARG Path File
-
- /*
- ** Es wird der Pfad und der Filename an ArtStudio übergeben.
- ** Wird kein Filename übergeben, dann wird das Verzeichnis nach
- ** Bildern durchsucht.
- ** Wird als Filename "ArtStudio.data" übergeben, dann wird eine neue
- ** BaseDatei geöffnet.
- */
-
- LOAD Path File
-